home *** CD-ROM | disk | FTP | other *** search
/ Web Publisher's Design Gu…or Windows (2nd Edition) / design.iso / otherfiles / sideshow (shockwave) / 00010.ls < prev    next >
Encoding:
Text File  |  1995-08-28  |  187 b   |  11 lines

  1. on mouseUp
  2.   startTimer()
  3.   puppetSprite(5, 1)
  4.   repeat while the timer < 10
  5.     set the castNum of sprite 5 to 33
  6.     updateStage()
  7.   end repeat
  8.   puppetSprite(5, 0)
  9.   updateStage()
  10. end
  11.